-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed unnecessary includes in CalibFormats/*Objects #33913
Removed unnecessary includes in CalibFormats/*Objects #33913
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33913/22981
|
A new Pull Request was created by @Dr15Jones (Chris Jones) for master. It involves the following packages: CalibFormats/CastorObjects @malbouis, @yuanchao, @cmsbuild, @tlampen, @pohsun, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: Build HeaderConsistency The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: BuildI found compilation error when building: >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-30-2300/src/Calibration/EcalAlCaRecoProducers/plugins/AlCaECALRecHitReducer.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-30-2300/src/Calibration/EcalAlCaRecoProducers/plugins/AlCaElectronTracksReducer.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-30-2300/src/Calibration/EcalAlCaRecoProducers/plugins/PUDumper.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-30-2300/src/Calibration/EcalAlCaRecoProducers/plugins/SelectedElectronFEDListProducer.cc /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-30-2300/src/Calibration/EcalAlCaRecoProducers/plugins/SelectedElectronFEDListProducer.cc: In static member function 'static void SelectedElectronFEDListProducer::fillDescriptions(edm::ConfigurationDescriptions&)': /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-30-2300/src/Calibration/EcalAlCaRecoProducers/plugins/SelectedElectronFEDListProducer.cc:719:32: error: 'desc' has incomplete type 719 | edm::ParameterSetDescription desc; | ^~~~ In file included from /cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc900/cms/cmssw/CMSSW_12_0_X_2021-05-30-2300/src/FWCore/Framework/interface/stream/EDProducer.h:24, from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-30-2300/src/Calibration/EcalAlCaRecoProducers/plugins/SelectedElectronFEDListProducer.h:11, from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-30-2300/src/Calibration/EcalAlCaRecoProducers/plugins/SelectedElectronFEDListProducer.cc:1: |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33913/22990
|
please test |
-1 Failed Tests: Build HeaderConsistency CMS Clang-Tidy warnings: There are Clang-Tidy warnings. See https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-fe6192/15482/llvm-analysis/cmsclangtidy.txt for details. BuildI found compilation error when building: >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-31-1100/src/CommonTools/ParticleFlow/plugins/PFMuonUntagger.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-31-1100/src/CommonTools/ParticleFlow/plugins/PFPileUp.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-31-1100/src/CommonTools/ParticleFlow/plugins/PdgIdPFCandidateSelector.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-31-1100/src/CommonTools/ParticleFlow/plugins/PtMinPFCandidateSelector.cc /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-31-1100/src/CommonTools/ParticleFlow/plugins/PFCandidateRecalibrator.cc: In static member function 'static void PFCandidateRecalibrator::fillDescriptions(edm::ConfigurationDescriptions&)': /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-31-1100/src/CommonTools/ParticleFlow/plugins/PFCandidateRecalibrator.cc:308:32: error: aggregate 'edm::ParameterSetDescription desc' has incomplete type and cannot be defined 308 | edm::ParameterSetDescription desc; | ^~~~ /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-31-1100/src/CommonTools/ParticleFlow/plugins/PFCandidateRecalibrator.cc:310:25: error: expected primary-expression before '>' token 310 | desc.add("pfcandidates", edm::InputTag("particleFlow")); | ^ |
+reconstruction
|
+Upgrade |
+l1 |
+1 |
+1 |
kindly ping @cms-sw/db-l2 |
Ping @cms-sw/db-l2 |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Removed unnecessary includes from FWCore/Framework.
PR validation:
Code compiles.